Clearer description of when diagnose-build-failure.sh can help The case where diagnose-build-failure is most helpful is for diagnosing nondeterministic build failures Hopefully by clarifying this along with a couple of other messages, it will make developers more likely to try it Change-Id: I3536e6a1039385bb475bf84e2bd56e37fc3baa5f
diff --git a/gradlew b/gradlew index 00d0aeb..ded855b 100755 --- a/gradlew +++ b/gradlew
@@ -253,7 +253,8 @@ # Have to do this build-failure detection in gradlew rather than in build.gradle # so that this message still prints even if buildSrc itself fails echo - echo See also development/diagnose-build-failure for help with build failures in this project. + echo For help with unexpected failures, see development/diagnose-build-failure/README.md + echo return 1 fi }